Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
DoubleN INumeric<DoubleN>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As DoubleN Implements INumeric(Of DoubleN).RightShift
private:
virtual DoubleN RightShift(
int count
) sealed = INumeric<DoubleN>::RightShift
private abstract RightShift :
count : int -> DoubleN
private override RightShift :
count : int -> DoubleN